296 research outputs found

    Makespan Scheduling of Unit Jobs with Precedence Constraints in O(1.995n)O(1.995^n) time

    Get PDF
    In a classical scheduling problem, we are given a set of nn jobs of unitlength along with precedence constraints and the goal is to find a schedule ofthese jobs on mm identical machines that minimizes the makespan. This problemis well-known to be NP-hard for an unbounded number of machines. Using standard3-field notation, it is known as P∣prec,pj=1∣Cmax⁡P|\text{prec}, p_j=1|C_{\max}. We present an algorithm for this problem that runs in O(1.995n)O(1.995^n) time.Before our work, even for m=3m=3 machines the best known algorithms ran inO∗(2n)O^\ast(2^n) time. In contrast, our algorithm works when the number ofmachines mm is unbounded. A crucial ingredient of our approach is an algorithmwith a runtime that is only single-exponential in the vertex cover of thecomparability graph of the precedence constraint graph. This heavily relies oninsights from a classical result by Dolev and Warmuth (Journal of Algorithms1984) for precedence graphs without long chains.<br

    Nutrient retention efficiencies in integrated multi-trophic aquaculture

    Get PDF
    One of the bottlenecks for commercial implementation of integrated multi-trophic aquaculture (IMTA) is the difficulty in quantifying its environmental performance. We reviewed a large body of literature to determine the variability in nutrient dynamics within different IMTA systems (open sea-cages, land-based flow-through and recirculating aquaculture systems), with the aim to provide a generic framework to quantify nutrient retention efficiencies in integrated aquaculture systems. Based on the eco-physiological requirements of the cultured species, as well as the response of “extractive” species to waste from “fed” species, the maximum retention efficiency was defined for a conceptual four-species marine IMTA system (fish–seaweed–bivalve–deposit feeder). This demonstrated that 79%–94% of nitrogen, phosphorus and carbon supplied with fish feed could theoretically be retained. In practice, however, various biological and environmental factors may limit retention efficiencies and thereby influence the bioremediation of IMTA systems. These biological (waste production, stoichiometry in nutrient requirements) and environmental (temporal and spatial connectivity) factors were therefore evaluated against the theoretical reference frame and showed that efficiencies of 45%–75% for closed systems and 40%–50% for open systems are more realistic. This study is thereby the first to provide quantitative estimates for nutrient retention across IMTA systems, demonstrating that a substantial fraction of nutrients released from fish culture units can be retained by extractive species and subsequently harvested. Furthermore, by adapting this framework to the design and the condition prevailing for a specific IMTA system, it becomes a generic tool to analyse the system's bioremediation potential and explore options for further improvement.publishedVersio

    Connecting Terminals and 2-Disjoint Connected Subgraphs

    Full text link
    Given a graph G=(V,E)G=(V,E) and a set of terminal vertices TT we say that a superset SS of TT is TT-connecting if SS induces a connected graph, and SS is minimal if no strict subset of SS is TT-connecting. In this paper we prove that there are at most (∣V∖T∣∣T∣−2)⋅3∣V∖T∣3{|V \setminus T| \choose |T|-2} \cdot 3^{\frac{|V \setminus T|}{3}} minimal TT-connecting sets when ∣TâˆŁâ‰€n/3|T| \leq n/3 and that these can be enumerated within a polynomial factor of this bound. This generalizes the algorithm for enumerating all induced paths between a pair of vertices, corresponding to the case ∣T∣=2|T|=2. We apply our enumeration algorithm to solve the {\sc 2-Disjoint Connected Subgraphs} problem in time O∗(1.7804n)O^*(1.7804^n), improving on the recent O∗(1.933n)O^*(1.933^n) algorithm of Cygan et al. 2012 LATIN paper.Comment: 13 pages, 1 figur

    Coke formation in the oxidative dehydrogenation of ethylbenzene to styrene by TEOM

    Get PDF
    A packed bed microbalance reactor setup (TEOM-GC) is used to investigate the formation of coke as a function of time-on-stream on gamma-Al2O3 and 3P/SiO2 catalyst samples under different conditions for the ODH reaction of ethylbenzene to styrene. All samples show a linear correlation of the styrene selectivity and yield with the initial coverage of coke. The COX production increases with the coverage of coke. On the 3 wt% P/SiO2 sample, the initial coke build-up is slow and the coke deposition rate increases with time. On alumina-based catalyst samples, a fast initial coke build-up takes place, decreasing with time-on-stream, but the amount of coke does not stabilize. A higher O-2 : EB feed ratio results in more coke, and a higher temperature results in less coke. This coking behaviour of Al2O3 can be described by existing "monolayer-multilayer" models. Further, the coverage of coke on the catalyst varies with the position in the bed. For maximal styrene selectivity, the optimal coverage of coke should be sufficient to convert all O-2, but as low as possible to prevent selectivity loss by COX production. This is in favour of high temperature and low O-2 : EB feed ratios. The optimal coke coverage depends in a complex way on all the parameters: temperature, the O-2 : EB feed ratio, reactant concentrations, and the type of starting material.</p

    A strategy for the characterization of minute chromosome rearrangements using multiple color fluorescence in situ hybridization with chromosome-specific DNA libraries and YAC clones

    Get PDF
    The identification of marker chromosomes in clinical and tumor cytogenetics by chromosome banding analysis can create problems. In this study, we present a strategy to define minute chromosomal rearrangements by multicolor fluorescence in situ hybridization (FISH) with whole chromosome painting probes derived from chromosome-specific DNA libraries and Alu-polymerase chain reaction (PCR) products of various region-specific yeast artificial chromosome (YAC) clones. To demonstrate the usefulness of this strategy for the characterization of chromosome rearrangements unidentifiable by banding techniques, an 8p+ marker chromosome with two extra bands present in the karyotype of a child with multiple anomalies, malformations, and severe mental retardation was investigated. A series of seven-color FISH experiments with sets of fluorochrome-labeled DNA library probes from flow-sorted chromosomes demonstrated that the additional segment on 8p+ was derived from chromosome 6. For a more detailed characterization of the marker chromosome, three-color FISH experiments with library probes specific to chromosomes 6 and 8 were performed in combination with newly established telomeric and subtelomeric YAC clones from 6q25, 6p23, and 8p23. These experiments demonstrated a trisomy 6pter6p22 and a monosomy 8pter8p23 in the patient. The present limitations for a broad application of this strategy and its possible improvements are discusse

    Space Saving by Dynamic Algebraization

    Full text link
    Dynamic programming is widely used for exact computations based on tree decompositions of graphs. However, the space complexity is usually exponential in the treewidth. We study the problem of designing efficient dynamic programming algorithm based on tree decompositions in polynomial space. We show how to construct a tree decomposition and extend the algebraic techniques of Lokshtanov and Nederlof such that the dynamic programming algorithm runs in time O∗(2h)O^*(2^h), where hh is the maximum number of vertices in the union of bags on the root to leaf paths on a given tree decomposition, which is a parameter closely related to the tree-depth of a graph. We apply our algorithm to the problem of counting perfect matchings on grids and show that it outperforms other polynomial-space solutions. We also apply the algorithm to other set covering and partitioning problems.Comment: 14 pages, 1 figur

    Application of polychaetes in (de)coupled integrated aquaculture: an approach for fish waste bioremediation

    Get PDF
    ABSTRACT: Development of benthic components within integrated multi-trophic aquaculture (IMTA) systems warrants more attention, and the development of polychaetes as an extractive component in IMTA systems is ongoing. This study estimates the bioremediation potential of Capitella sp. and Ophryotrocha craigsmithi for coupled and decoupled salmon-driven IMTA. In coupled IMTA, polychaetes receive fresh faeces, while in decoupled IMTA, preservation of faeces is applied. Respiration and ammonia excretion rates were measured for polychaetes fed fresh, oven-dried or acidified salmon faeces, and combined with nutrients incorporated into tissue growth, to estimate nutrient requirements. Nutrient requirements were subsequently used to evaluate bioremediation potential. Metabolic rates were highest for O. craigsmithi and contributed notably to their overall nutrient requirement (20-30%). For the 2 polychaete species, nutrient requirements ranged from 5 to 26 mg C and from 2 to 6 mg N g-1 AFDW d-1. These requirements were comparable with or higher than other polychaete species, highlighting the potential for fish waste bioremediation by Capitella sp. and O. craigsmithi. Preserved diets reduced bioremediation potential 1.5 and 3-5 times for, respectively, Capitella sp. and O. craigsmithi. Assuming that polychaetes are efficient fish-faeces convertors, the bioremediation potential indicates that benthic cultivation units containing 65000-95000 ind. m-2 of Capitella sp. or 36000-194000 ind. m-2 of O. craigsmithi can convert the daily organic waste flux deposited below an average salmon farm. These densities were within ranges reported for wild populations, indicating that, based on the bioremediation potential, development of benthic IMTA with these 2 polychaete species seems realistic and efficient for waste conversion.publishedVersio

    Guidance by physicians and pharmacists during antidepressant therapy:Patients' needs and suggestions for improvement

    Get PDF
    Background: Guidance of patients treated with antidepressants is paramount for successful therapy. The aim was to assess patients' needs and suggestions for improvement of guidance by physicians and pharmacists during second generation antidepressant (SGA) therapy. Methods: Five focus group discussions were held with a total of 34 patients using an SGA. The discussions were conducted flexibly and responsively using a semi-structured topic list. All focus group discussions were video-recorded and transcripts were analyzed using ATLAS.ti for coding, thematic and open analysis. Results: Participants stated they were in need of better guidance. They suggested improving content of information during decisional moments, patient-health care professional communication and communication between health care professionals, and finally, organization of guidance. Barriers to achieving improved guidance were cited. Conclusions: Content, communication and organization of guidance are pivotal for achieving optimal guidance. Participants mentioned their current experienced guidance had limitations and brought up solutions for improvement. A next step would be to discuss the suggested solutions with health care professionals to assess their views and to discuss the possibility for implementation. After implementation, future studies could be aimed at determination of its impact on patients' treatment efficacy, quality of life, treatment satisfaction and healthcare costs

    Transformation of smallholder beef cattle production in Vietnam

    Get PDF
    This research describes and analyses how smallholder crop livestock farmers in rural Ea Kar, Vietnam, were able to take advantage of the rising demand for meat in urban centres and transform cattle production from a traditional, extensive grazing system to a more intensive, stall-fed system that supplied quality meat to urban markets. The traditional grazing system produced low-quality animals that could only be sold for local consumption. Introduction of the concept of farm-grown fodder production enabled farmers to produce fatter animals, achieving higher sale prices, and reduce labour inputs by moving from grazing to stall-feeding. These benefits convinced farmers, traders and local government that smallholder cattle production could be a viable enterprise and so stimulated stakeholder interest. Within 10 years, the way that cattle were produced and marketed changed considerably. By 2010, more than 3,000 smallholders had adopted farm-grown forages and stall-feeding, and many produced high-quality beef cattle. Traders had been able to develop access to urban markets as farmers were able to produce animals that satisfied the stringent quality requirements of urban markets. In addition to the underlying driver of strong market demand for quality meat, several factors contributed to this transition: (i) a convincing innovation – the use of farm-grown fodder – that provided immediate benefits to farmers and provided a vision for local stakeholders; (ii) a participatory, systems-oriented innovation process that emphasised capacity strengthening; (iii) a value chain approach that linked farmers and local traders to markets; (iv) the formation of a loosely structured coalition of local stakeholders that facilitated and managed the innovation process; and (v) technical support over a sufficiently long time period to allow innovation processes to become sustainable

    Adjuvant capecitabine-containing chemotherapy benefit and homologous recombination deficiency in early-stage triple-negative breast cancer patients

    Get PDF
    Background The addition of adjuvant capecitabine to standard chemotherapy of early-stage triple-negative breast cancer (TNBC) patients has improved survival in a few randomised trials and in meta-analyses. However, many patients did not benefit. We evaluated the BRCA1-like DNA copy number signature, indicative of homologous recombination deficiency, as a predictive biomarker for capecitabine benefit in the TNBC subgroup of the FinXX trial. Methods Early-stage TNBC patients were randomised between adjuvant capecitabine-containing (TX + CEX: capecitabine-docetaxel, followed by cyclophosphamide-epirubicin-capecitabine) and conventional chemotherapy (T + CEF: docetaxel, followed by cyclophosphamide-epirubicin-fluorouracil). Tumour BRCA1-like status was determined on low-coverage, whole genome next-generation sequencing data using an established DNA comparative genomic hybridisation algorithm. Results For 129/202 (63.9%) patients the BRCA1-like status could be determined, mostly due to lack of tissue. During a median follow-up of 10.7 years, 35 recurrences and 32 deaths occurred. Addition of capecitabine appears to improve recurrence-free survival more among 61 (47.3%) patients with non-BRCA1-like tumours (HR 0.23, 95% CI 0.08-0.70) compared to 68 (52.7%) patients with BRCA1-like tumours (HR 0.66, 95% CI 0.24-1.81) (P-interaction = 0.17). Conclusion Based on our data, patients with non-BRCA1-like TNBC appear to benefit from the addition of capecitabine to adjuvant chemotherapy. Patients with BRCA1-like TNBC may also benefit. Additional research is needed to define the subgroup within BRCA1-like TNBC patients who may not benefit from adjuvant capecitabine.Peer reviewe
    • 

    corecore